Nevron.Nov.UI Namespace / NVScrollItemsBase<T> Class


In This Topic
    NVScrollItemsBase<T> Class Methods
    In This Topic

    For a list of all members of this type, see NVScrollItemsBase<T> members.

    Public Methods
     NameDescription
    Public MethodNavigates to the item below the specified item  
    Public MethodNavigates to the first item  
    Public MethodNavigates to the specified item  
    Public MethodNavigates to the last item  
    Public MethodNavigates to the item one page below the specified item  
    Public MethodNavigates to the item one page above the specified item  
    Public MethodNavigates to the item above the specified item  
    Top
    Protected Methods
     NameDescription
    Protected MethodGiven an Y coordinate in viewport coordinates, returns the index of the first visible item in the scrollbable items list.  
    Protected MethodGiven an Y coordinate in viewport coordinates, returns the index of the last visible item in the scrollbable items list.  
    Protected MethodGets the anchor item for keyboard navigation  
    Protected MethodGets the scrollable item at the specified index  
    Protected MethodGets the scrolling index of the specified item in the scrollbale items list  
    Protected MethodGets the count of items that can be scrolled through  
    Protected MethodGets the count of items that are currently visible  
    Protected MethodOverridden. Gets the settings that need to be applied to the VScrollbar for the viewport parameters, in case the VScrollBar is visible. Overriden to provide support for the integral vertical scrolling of the list box  
    Protected MethodOverridden. Default handler for key down event. Overriden to provide support for keyboard navigation.  
    Protected MethodOverridden. Default handler for the mouse wheel event. Overriden to provide support for mouse wheel scrolling.  
    Protected MethodOverridden. Called when the VScrollbar is scrolled. Updates the viewport origin from the scrollbar value. Overriden to provide support for the integral vertical scrolling of the list box  
    Internal Method  
    Protected MethodSets the first visible item from the scrollable items by index  
    Top
    See Also